home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / OBERON / POT / DDE / !pOt / !Run < prev    next >
Text File  |  1995-05-07  |  862b  |  26 lines

  1. IconSprites <Obey$Dir>.!Sprites
  2.  
  3. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  4. WimpSlot -Min 128k -Max 128k
  5.  
  6. Set pOt$Dir <Obey$Dir>
  7.  
  8. RMEnsure FPEmulator 0 RMLoad System:modules.fpemulator
  9. RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 to run !pOt
  10.  
  11. RMEnsure SharedCLibrary 0 System:modules.clib
  12. RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 to run !pOt
  13.  
  14. RMEnsure FrontEnd 0 System:modules.frontend
  15. RMEnsure Frontend 1.13 Error You need version 1.13 of the FrontEnd module to run !pOt
  16.  
  17. RMEnsure TaskWindow 0 System:modules.task
  18. RMEnsure TaskWindow 0.29 Error You need version 0.29 of the taskwindow module to run !pOt
  19.  
  20. RMEnsure DDEUtils 0 System:modules.ddeutils
  21. RMEnsure DDEUtils 1.50 Error You need version 1.50 of the DDEUtils module to run !pOt
  22.  
  23. WimpSlot -Min 64k -Max 64k
  24.  
  25. FrontEnd_Start -app pOt -desc <pOt$Dir>.desc
  26.